Previous Book Contents Book Index Next

Inside Macintosh: Open Transport /
Chapter 6 - Configuration Management / Configuration Management Reference
Functions / Registering as a Client


OTUnregisterAsClient

Removes your application as a client of Open Transport.

C INTERFACE
OSStatus OTUnregisterAsClient(void)
C++ INTERFACES
None. C++ applications use the C interface to this function.

SPECIAL CONSIDERATIONS
If you do not call the OTUnregisterAsClient function, the CloseOpenTransport function calls it for you automatically when it executes.

SEE ALSO
For more information about registering as a client, see the section "Registering as an Open Transport Client," beginning on page 6-13.

To register yourself as an Open Transport client, use the OTRegisterAsClient function (page 6-44).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 AUG 1996